crm_contractproduct
返回目录
数据库表名 crm_contractproduct 中文名称 客户合同产品目录表
所属模块 客户管理 主键 id
说明 客户合同产品目录表
序号 数据库列名 中文名称 数据类型 长度 是否允许空值 是否为外键 是否自增长 默认值 说明
1 id id integer id
2 contractid 合同id integer 合同id
3 productid 产品id integer 产品id
4 unitid 单位id integer 单位id
5 price 价格 number (17,2) 价格
6 currencyid 货币id integer 货币id
7 depreciation 折扣 integer 折扣
8 sumprice 总额 number (17,2) 总额
9 plandate 交货日期 char 10 交货日期
10 factnumber_n 实际交货数量 float 53 实际交货数量
11 factdate 实际交货日期 char 10 实际交货日期
12 isfinish 是否结束 integer 是否结束
13 isremind 是否提醒 integer 是否提醒
14 number_n 交货数量 number (17,2) 交货数量